-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] ppx_deriving_protobuf (3.0.0) #18088
[new release] ppx_deriving_protobuf (3.0.0) #18088
Conversation
CHANGES: * Add support for OCaml 4.11 (ocaml-ppx/ppx_deriving_protobuf#36) (Thierry Martinez, review by Gabriel Scherer) * Add support for OCaml 4.12 (ocaml-ppx/ppx_deriving_protobuf#39) (Kate Deplaix, review by Gabriel Scherer) * Port to ppx_deriving 5.0 and ppxlib (ocaml-ppx/ppx_deriving_protobuf#39) (Kate Deplaix, review by Gabriel Scherer) * Upgrade the tests from ounit to ounit2 (ocaml-ppx/ppx_deriving_protobuf#39) (Kate Deplaix, review by Gabriel Scherer)
@chetmurthy any chance you'd know why pa_ppx.0.03 is failing here?
|
Oops, sorry, just woke up. This is almost certainly b/c pa_ppx has to have copies of ocaml and camlp5 AST types: there's a mechanism for [at development time] generating them, storing in numbered directories, and then [at install time] fetching the correct version. I'm guessing something broke. Since your dep change fixed the problem, and 0.03 is a pre-release anyway, I'll leave things be. |
Now that I'm fully-caffeinated, I'll take a look and just make sure that there wasn't anything else wrong, and that whatever-it-is, it's resolved with the latest pa_ppx release. |
OK, that's definitely a bug in the method by which I determine which generated-source to pull during the install process. Thanks for pointing me at this! I'll fix this in the latest version of pa_ppx. Ugh. |
Found and fixed in pa_ppx. |
A Protocol Buffers codec generator for OCaml
CHANGES:
(Thierry Martinez, review by Gabriel Scherer)
(Kate Deplaix, review by Gabriel Scherer)
(Kate Deplaix, review by Gabriel Scherer)
(Kate Deplaix, review by Gabriel Scherer)